Vcenter Deployment DataMigrationEstimate

Vcenter Deployment DataMigrationEstimate
Vcenter Deployment DataMigrationEstimate

The Vcenter Deployment DataMigrationEstimate {schema contains estimated time and disk space required for the vCenter Server database migration.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "estimated_export_time": 0,
    "estimated_import_time": 0,
    "required_free_disk_space_on_source": "number"
}
integer As int64 As int64
estimated_export_time
Required

The time estimated to export data from the source vCenter Server.

This property was added in vSphere API 7.0.0.0.

integer As int64 As int64
estimated_import_time
Required

The time estimated to import data to the upgraded vCenter Server.

This property was added in vSphere API 7.0.0.0.

number As double As double
required_free_disk_space_on_source
Required

The extra free space required on source vCenter Server.

This property was added in vSphere API 7.0.0.0.